--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit d8af1836cd23021a06a09420cf89cd7fedfbce2c
Parents : 113ecec
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T23:36:44-06:00
feat(config): add configuration option to allow telephone calls from contacts only
Changes
Diff
diff --git a/meshchatx/src/backend/config_manager.py b/meshchatx/src/backend/config_manager.py
index 65c70d77..12168bb5 100644
--- a/meshchatx/src/backend/config_manager.py
+++ b/meshchatx/src/backend/config_manager.py
@@ -141,6 +141,9 @@ class ConfigManager:
self.do_not_disturb_enabled = self.BoolConfig(
self, "do_not_disturb_enabled", False
)
+ self.telephone_allow_calls_from_contacts_only = self.BoolConfig(
+ self, "telephone_allow_calls_from_contacts_only", False
+ )
# map config
self.map_offline_enabled = self.BoolConfig(self, "map_offline_enabled", False)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────